@charset "UTF-8";
/* Settings
==================================================*/
/* depreciated */
/* Fonts
==================================================*/
h1,
.text-h1 {
    font-size: clamp(2.6rem, 1.5rem + 3vw, 4.3rem); /* 42–69px */
    font-weight: 700;
    line-height: 1.2;
}

h2,
.text-h2 {
    font-size: clamp(2rem, 1.2rem + 2.5vw, 3.4375rem); /* 32–55px */
    font-weight: 700;
    line-height: 1.2;
}

h3,
.text-h3 {
    font-size: clamp(1.6rem, 1rem + 2vw, 2.75rem); /* 26–44px (anchor) */
    font-weight: 700;
    line-height: 1.3;
}

h4,
.text-h4 {
    font-size: clamp(1.3rem, 0.9rem + 1.5vw, 2.2rem); /* 21–35px */
    font-weight: 500;
    line-height: 1.3;
}

h5,
.text-h5 {
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem); /* 18–28px */
    font-weight: 500;
    line-height: 1.4;
}

h6,
.text-h6 {
    font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem); /* 16–22px */
    font-weight: 400;
    line-height: 1.5;
}

p,
li {
    font-size: clamp(1rem, 0.9rem + 0.4vw, 1.125rem); /* 16–18px */
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: none;
}

/* Colors
==================================================*/
/* Event Specific
==================================================*/
#main .footer {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

html {
    scroll-padding-top: 220px !important;
}

/* Back to Top
==================================================*/
#back-to-top {
    right: 1.4rem !important;
    bottom: 5.75rem !important;
}

/* General
==================================================*/
::-moz-selection {
    background-color: rgba(150, 64, 105, 0.25);
}
::selection {
    background-color: rgba(150, 64, 105, 0.25);
}

body {
    background-color: #fff !important;
}

h3[id*="h3Header"] {
    margin-top: 0 !important;
    font-weight: 900;
}

/* Marketo Form Overrides
==================================================*/
.marketo-form-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.marketo-form-wrapper form.mktoForm {
    width: 100% !important;
    font-family: "Montserrat", sans-serif !important;
}
.marketo-form-wrapper .mktoFieldWrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    place-content: center !important;
}
.marketo-form-wrapper .mktoFieldWrap .mktoLabel {
    width: -moz-fit-content !important;
    width: fit-content !important;
    position: relative;
    font-weight: 400 !important;
}
.marketo-form-wrapper .mktoFieldWrap .mktoLabel .mktoAsterix {
    position: absolute;
    top: 0 !important;
    right: -0.5rem !important;
    padding: 0 !important;
    right: 1rem;
}
.marketo-form-wrapper .mktoFieldWrap label#LblonsiteTrainingTopics {
    grid-column: 1/-1;
    margin-top: 1rem;
    margin-bottom: -0.25rem;
    font-weight: 700 !important;
}
.marketo-form-wrapper .mktoFieldWrap label#LbloptIn1 {
    grid-column: 1/-1;
    margin-top: -1.25rem;
    position: relative;
    top: 32px;
    left: 25px;
    font-weight: 400 !important;
}
.marketo-form-wrapper .mktoFieldWrap input#optIn1 {
    margin-bottom: 0.5rem !important;
}
.marketo-form-wrapper .mktoFieldWrap .mktoCheckboxList {
    order: unset !important;
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
}
.marketo-form-wrapper .mktoFieldWrap .mktoCheckboxList input {
    margin: 0 !important;
}
.marketo-form-wrapper .mktoFieldWrap .mktoCheckboxList label {
    margin: 0 !important;
}
.marketo-form-wrapper .mktoFieldWrap textarea {
    grid-column: 1/-1;
    width: 100% !important;
    min-height: 100px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.marketo-form-wrapper button {
    background-color: #1b4692 !important;
}
.marketo-form-wrapper button:hover {
    background-color: rgb(23.0202312139, 59.6820809249, 124.4797687861) !important;
}

/* Jump Nav Overrides
==================================================*/
.jump-nav {
    border-bottom: 1px solid rgba(18, 18, 18, 0.25);
    background: unset;
    background-color: #f0f0f0;
}
.jump-nav #jump-nav-mobile-toggle {
    display: block;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #121212;
}
.jump-nav #jump-nav-mobile-toggle:hover {
    cursor: pointer;
}
.jump-nav #jump-nav-mobile-toggle i {
    margin-right: 0.25rem;
}
@media (min-width: 992px) {
    .jump-nav #jump-nav-mobile-toggle {
        display: none;
    }
}
@media (max-width: 991px) {
    .jump-nav ul {
        display: none;
        flex-direction: column;
    }
    .jump-nav ul.open {
        margin-top: 1rem;
        display: flex;
    }
}
.jump-nav ul li {
    position: relative;
}
@media (min-width: 992px) {
    .jump-nav ul li > ul {
        width: 250px;
        display: none;
        z-index: 1000;
        position: absolute;
        top: 2rem;
        left: 50%;
        transform: translateX(-50%);
        border: 1px solid rgba(18, 18, 18, 0.125);
        border-radius: 0.5rem;
        padding: 1rem 2rem !important;
        background-color: #f0f0f0;
    }
    .jump-nav ul li > ul li + li {
        margin-top: 0.75rem !important;
    }
}
@media (max-width: 991px) {
    .jump-nav ul li > ul {
        display: flex;
        margin-top: 0.25rem;
        flex-direction: column !important;
    }
}
@media (min-width: 992px) {
    .jump-nav ul li:hover > ul {
        display: block;
    }
    .jump-nav ul li:hover > a.hasChild::after {
        content: "\f057";
        display: inline-block;
        transform: rotateZ(90deg);
        color: #964069;
    }
}
.jump-nav ul li.selected > a {
    color: #1b4692;
}
.jump-nav ul li a {
    color: #121212;
}
@media (min-width: 992px) {
    .jump-nav ul li > a.hasChild::before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 1rem;
        width: 100%;
        height: 40px;
    }
    .jump-nav ul li > a.hasChild::after {
        content: "\f13a";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-left: 0.5rem;
        color: rgb(185.5, 185.5, 185.5);
        transition: all 250ms ease;
    }
}

/* Hero (Small)
==================================================*/
.hero-small {
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 4rem;
    background: transparent url("https://tdwi.org/~/media/TDWI/TDWI Global/Training/assets/trainingandenablementsoft_2560x800_r1.jpg") no-repeat center 45% / cover;
    text-align: center;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .hero-small {
        padding: 2rem;
    }
}
.hero-small::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
}
.hero-small img {
    max-width: 250px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(358deg) brightness(103%) contrast(105%);
    margin-bottom: 1.125rem;
}
.hero-small p.pre-branding {
    display: inline-block;
    margin-bottom: 0.625rem;
    border-radius: 1rem;
    padding: 0.33rem 1.25rem;
    font-size: clamp(0.775rem, 0.7rem + 0.2vw, 0.9rem);
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
}
.hero-small h2 {
    font-weight: 900;
    text-shadow: 1px 1px 2px #121212;
    color: #fff;
}
.hero-small p.sub-head {
    display: inline-block;
    margin: 1.25rem 0 0 0;
    padding: 0.5rem;
    background-color: rgba(18, 18, 18, 0.5);
    line-height: 1.5;
    color: #fff;
}
@media (max-width: 991px) {
    .hero-small p.sub-head {
        max-width: unset;
    }
}
.hero-small p.sub-head span.hero-small__highlight {
    padding: 0.25rem;
    font-weight: 700;
    color: inherit;
    background-color: rgba(150, 64, 105, 0.75);
}
.hero-small .btn {
    display: table;
    margin: 2rem auto 0 auto;
}

/* Intro
==================================================*/
.intro {
    max-width: 1200px !important;
}
.intro h3 {
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
    font-weight: 900;
    color: #121212;
}
@media (min-width: 992px) {
    .intro .two-column {
        grid-template-columns: 1fr auto;
        align-items: start;
    }
}
.intro__left h4 {
    margin-bottom: 0.5rem;
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem); /* 18–28px */
    font-weight: 700;
    color: #1b4692;
}
.intro__right img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    border-radius: 1rem;
    box-shadow: 0 3px 6px rgba(18, 18, 18, 0.125);
}
@media (max-width: 1200px) {
    .intro__right img {
        max-width: 450px;
    }
}
@media (max-width: 991px) {
    .intro__right img {
        max-width: unset;
    }
}
.intro.no-img h3 {
    text-align: center;
}
.intro.no-img {
    max-width: 1366px !important;
}
.intro .footer {
    display: table;
    margin: 2rem auto 0 auto;
}

/* Our Services
==================================================*/
.our-services h3[id*="h3Header"],
.our-services h3[id*="h3Intro"],
.our-services p.sub-head {
    text-align: center;
}
.our-services {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .our-services {
        padding: 40px 20px;
    }
}
.our-services {
    background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
}
.our-services h3[id*="h3Header"] {
    margin-bottom: 2.5rem !important;
    color: #fff;
}
.our-services .summary {
    max-width: 1366px;
    margin: 0 auto;
    max-width: 1440px;
}
.our-services ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-left: 0 !important;
    gap: 1.5rem;
}
@media (max-width: 1200px) {
    .our-services ul {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .our-services ul {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
.our-services ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    border-left: 4px solid #964069;
    padding: 3rem 1.5rem;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(18, 18, 18, 0.1);
    transform-origin: center;
    transition: 333ms transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}
.our-services ul li::after {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 9rem;
    line-height: 1;
    color: #964069;
    opacity: 7%;
    z-index: 0;
}
.our-services ul li:nth-child(1)::after {
    content: "\f4d7";
}
.our-services ul li:nth-child(2)::after {
    content: "\f013";
}
.our-services ul li:nth-child(3)::after {
    content: "\f7d9";
}
.our-services ul li:nth-child(4)::after {
    content: "\f1c0";
}
.our-services ul li:nth-child(5)::after {
    content: "\f5da";
}
@media (min-width: 992px) {
    .our-services ul li:hover {
        transform: scale(1.033);
    }
}
.our-services ul li + li {
    margin-top: 0 !important;
}
.our-services ul li a {
    text-wrap: wrap;
}
@supports (text-wrap: balance) {
    .our-services ul li a {
        text-wrap: balance;
    }
}
.our-services ul li a {
    font-size: clamp(1rem, 0.9rem + 0.4vw, 1.25rem);
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none !important;
    color: #121212;
    position: relative;
    z-index: 1;
}
.our-services ul li a::before {
    content: "";
    width: 260px;
    position: absolute;
    background-color: transparent;
    height: 220px;
    top: -44px;
    left: -22px;
    z-index: -1;
}
.our-services ul li a:hover {
    text-decoration: underline !important;
}
.our-services ul li span {
    display: block;
    margin-top: 0.5rem;
    font-size: clamp(0.8rem, 0.75rem + 0.2vw, 0.95rem);
    font-style: italic;
}

/* Trending Services
==================================================*/
.trending-services h3[id*="h3Header"],
.trending-services h3[id*="h3Intro"],
.trending-services p.sub-head {
    text-align: center;
}
.trending-services p.sub-head {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.trending-services__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin: 0 !important;
    padding: 0;
}
.trending-services__item {
    list-style-type: none;
    margin: 0 !important;
    min-width: 0;
    flex: 0 1 calc((100% - 2rem) / 2);
    max-width: calc((100% - 2rem) / 2);
}
.trending-services__item + li {
    margin-top: 0 !important;
}
.trending-services__card {
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    border: 2px solid #f0f0f0;
    border-radius: 1rem;
    background-color: #fff;
    padding: 1.65rem;
}
.trending-services__card:hover {
    border-color: #1b4692;
}
.trending-services__card h4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0 !important;
}
.trending-services__icon {
    margin-bottom: 0.75rem;
    font-size: clamp(2.6rem, 1.5rem + 3vw, 4.3rem);
    line-height: 1;
}
.trending-services__icon i {
    display: block;
    background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.trending-services__title {
    margin: 0;
    font-size: clamp(1.05rem, 0.95rem + 0.35vw, 1.28rem);
    font-weight: 800;
    color: #121212;
}
.trending-services__description {
    margin: 0.5rem 0 1rem;
    color: #393e41;
}
.trending-services__button.btn {
    margin-top: 0.2rem;
}
@media (max-width: 767px) {
    .trending-services__grid {
        gap: 1rem;
    }
    .trending-services__item {
        flex: 0 1 100%;
        max-width: 100%;
    }
    .trending-services__card {
        padding: 1.1rem 1.1rem 1rem;
    }
    .trending-services__icon {
        font-size: clamp(3.4rem, 3.05rem + 1.8vw, 4rem);
    }
}

/* Trending Skills
==================================================*/
.trending-skills,
.your-schedule {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .trending-skills,
    .your-schedule {
        padding: 40px 20px;
    }
}
.trending-skills h3[id*="h3Header"],
.trending-skills h3[id*="h3Intro"],
.trending-skills p.sub-head,
.your-schedule h3[id*="h3Header"],
.your-schedule h3[id*="h3Intro"],
.your-schedule p.sub-head {
    text-align: center;
}
.trending-skills,
.your-schedule {
    background-color: #f0f0f0;
}
.trending-skills h3[id*="h3Header"],
.your-schedule h3[id*="h3Header"] {
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
    color: #1b4692;
}
.trending-skills .summary,
.your-schedule .summary {
    max-width: 1366px;
    margin: 0 auto;
    max-width: 900px;
}
.trending-skills ul,
.your-schedule ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 2rem;
    list-style: none;
    margin-left: 0 !important;
}
@media (max-width: 767px) {
    .trending-skills ul,
    .your-schedule ul {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
.trending-skills ul li,
.your-schedule ul li {
    position: relative;
    padding-left: 1.75rem;
    font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
    color: #121212;
}
.trending-skills ul li + li,
.your-schedule ul li + li {
    margin-top: 0 !important;
}
.trending-skills ul li::before,
.your-schedule ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8.5px;
    width: 10px;
    height: 10px;
    background-color: #964069;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .trending-skills ul li::before,
    .your-schedule ul li::before {
        width: 9px;
        height: 9px;
        top: 7.5px;
    }
}

.your-schedule {
    background-color: #fff;
}
.your-schedule .summary {
    max-width: 1000px;
}
.your-schedule ul {
    margin: 2rem 0;
}

/* Our Customers
==================================================*/
@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 0;
        transform: scale(0.9);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    50% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.our-customers {
    background-color: #1b4692;
    padding: 80px 2rem;
}
.our-customers h3[id*="h3Header"],
.our-customers h3[id*="h3Intro"],
.our-customers p.sub-head {
    text-align: center;
}
@media (max-width: 767px) {
    .our-customers {
        padding: 60px 1.5rem;
    }
}
.our-customers h3[id*="h3Header"] {
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 900;
}
.our-customers .summary {
    max-width: 1366px;
    margin: 0 auto;
}
.our-customers .sub-head {
    color: #f0f0f0;
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .our-customers .sub-head {
        margin-bottom: 2.5rem;
    }
}
.our-customers__carousel {
    display: grid;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) {
    .our-customers__carousel {
        grid-template-columns: repeat(6, 1fr);
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .our-customers__carousel {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .our-customers__carousel {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}
.our-customers__logo-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 1;
    min-height: 100px;
}
@media (max-width: 767px) {
    .our-customers__logo-container {
        padding: 1rem;
        min-height: 80px;
    }
}
.our-customers__logo-container:nth-child(n + 7) {
    display: none;
}
.our-customers__logo-container.fade-out {
    animation: fadeOut 0.6s ease-in-out forwards;
}
.our-customers__logo-container.fade-in {
    animation: fadeIn 0.6s ease-in-out forwards;
}
.our-customers__logo-container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
    .our-customers__logo-container img {
        max-width: 80%;
        max-height: 80%;
    }
}
@media (max-width: 767px) {
    .our-customers__logo-container img {
        max-width: 66%;
        max-height: 66%;
    }
}

/* Why TDWI
==================================================*/
.why-tdwi {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .why-tdwi {
        padding: 40px 20px;
    }
}
.why-tdwi h3[id*="h3Header"],
.why-tdwi h3[id*="h3Intro"],
.why-tdwi p.sub-head {
    text-align: center;
}
.why-tdwi {
    background: transparent url("https://tdwi.org/~/media/TDWI/TDWI Global/Training/assets/tdwitrainingcircles_350x800_r1.svg") no-repeat 90% center/contain;
}
@media (max-width: 991px) {
    .why-tdwi {
        background: #fff;
    }
}
.why-tdwi h3[id*="h3Header"] {
    text-align: center;
}
.why-tdwi p.sub-head {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.why-tdwi .summary {
    max-width: 1366px;
    margin: 0 auto;
}
.why-tdwi ul {
    margin-left: 0 !important;
}
.why-tdwi ul li {
    list-style-type: none;
}
.why-tdwi ul li + li {
    margin-top: 1.25rem !important;
}
.why-tdwi ul li h4 {
    margin-bottom: 0.25rem;
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
    font-weight: 700;
    color: #121212;
}
.why-tdwi ul li p {
    max-width: 85%;
}
@media (max-width: 991px) {
    .why-tdwi ul li p {
        max-width: unset;
    }
}

/* Explore TDWI Training
==================================================*/
.explore-training,
.how-we-deliver {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .explore-training,
    .how-we-deliver {
        padding: 40px 20px;
    }
}
.explore-training h3[id*="h3Header"],
.explore-training h3[id*="h3Intro"],
.explore-training p.sub-head,
.how-we-deliver h3[id*="h3Header"],
.how-we-deliver h3[id*="h3Intro"],
.how-we-deliver p.sub-head {
    text-align: center;
}
.explore-training,
.how-we-deliver {
    background-color: #1b4692;
    color: #fff;
}
.explore-training h3[id*="h3Header"],
.how-we-deliver h3[id*="h3Header"] {
    margin-top: 0 !important;
    font-weight: 900;
}
.explore-training p.sub-head,
.how-we-deliver p.sub-head {
    margin-top: 1rem;
    margin-bottom: 3rem;
    color: #f0f0f0;
}
.explore-training .summary,
.how-we-deliver .summary {
    max-width: 1366px;
    margin: 0 auto;
}
.explore-training__cards,
.how-we-deliver__cards {
    border: 1px solid rgba(18, 18, 18, 0.125);
    padding: 2rem;
    background-color: #fff;
}
@media (max-width: 991px) {
    .explore-training__cards,
    .how-we-deliver__cards {
        text-align: center;
    }
}
.explore-training__cards h4,
.how-we-deliver__cards h4 {
    margin-bottom: 0.5rem;
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
    font-weight: 700;
    color: #1b4692;
}
.explore-training__cards p,
.how-we-deliver__cards p {
    font-weight: 500;
    color: #121212;
}
.explore-training__cards .btn,
.how-we-deliver__cards .btn {
    margin-top: 1.5rem;
}
.explore-training__cards + .explore-training__cards,
.explore-training__cards + .how-we-deliver__cards,
.how-we-deliver__cards + .explore-training__cards,
.how-we-deliver__cards + .how-we-deliver__cards {
    margin-top: 1.25rem;
}

.how-we-deliver h3[id*="h3Header"] {
    margin-bottom: 2.5rem !important;
}

/* Expert Instructors
==================================================*/
.expert-instructors {
    background-color: #fff;
    padding: 80px 2rem;
}
@media (max-width: 767px) {
    .expert-instructors {
        padding: 60px 1.5rem;
    }
}
.expert-instructors p.sub-head {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.expert-instructors .summary {
    max-width: 1366px;
    margin: 0 auto;
}
.expert-instructors__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}
@media (max-width: 767px) {
    .expert-instructors__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
}
.expert-instructors__header > div {
    margin: 0 auto;
    text-align: center;
}
.expert-instructors__title {
    font-size: clamp(1.8rem, 1.4rem + 2vw, 2.75rem);
    font-weight: 900;
    color: #1b4692;
    margin: 0 !important;
    line-height: 1.2;
}
.expert-instructors__grid {
    display: grid;
    gap: 1.5rem;
}
@media (min-width: 992px) {
    .expert-instructors__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .expert-instructors__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .expert-instructors__grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}
.expert-instructors__card {
    position: relative;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.expert-instructors__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(56, 161, 253, 0.25);
    border-color: #964069;
}
.expert-instructors__card:hover .expert-instructors__image {
    filter: grayscale(0%);
    transform: scale(1.08);
}
.expert-instructors__card:hover .expert-instructors__info {
    background: linear-gradient(135deg, rgba(150, 64, 105, 0.08), rgba(27, 70, 146, 0.04));
}
.expert-instructors__card:hover .expert-instructors__name {
    color: #1b4692;
}
.expert-instructors__card:hover .expert-instructors__title-text {
    color: #964069;
}
.expert-instructors__image-wrapper {
    width: 35%;
    flex-shrink: 0;
    overflow: hidden;
    background-color: #f0f0f0;
}
@media (max-width: 767px) {
    .expert-instructors__image-wrapper {
        width: 40%;
    }
}
.expert-instructors__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
    transition:
        filter 0.4s ease,
        transform 0.4s ease;
}
.expert-instructors__info {
    flex: 1;
    padding: 1rem 1.25rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background-color 0.4s ease;
}
@media (max-width: 767px) {
    .expert-instructors__info {
        padding: 0.875rem 1rem;
    }
}
.expert-instructors__name {
    font-size: clamp(0.95rem, 0.9rem + 0.3vw, 1.1rem);
    font-weight: 700;
    color: #121212;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}
.expert-instructors__title-text {
    font-size: clamp(0.8rem, 0.75rem + 0.2vw, 0.9rem);
    font-weight: 500;
    color: #393e41;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

/* Testimonials
==================================================*/
@keyframes rotateGradient {
    0% {
        --gradient-angle: 0deg;
    }
    100% {
        --gradient-angle: 360deg;
    }
}
@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}
.testimonials {
    background-color: #1b4692;
    padding: 80px 2rem;
}
.testimonials h3[id*="h3Header"],
.testimonials h3[id*="h3Intro"],
.testimonials p.sub-head {
    text-align: center;
}
@media (max-width: 767px) {
    .testimonials {
        padding: 60px 1.5rem;
    }
}
.testimonials h3[id*="h3Header"] {
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 900;
}
.testimonials .summary {
    max-width: 1366px;
    margin: 0 auto;
    max-width: 1000px;
}
.testimonials .sub-head {
    color: #fff;
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .testimonials .sub-head {
        margin-bottom: 2.5rem;
    }
}
.testimonials__carousel {
    position: relative;
    overflow: visible;
}
.testimonials__track {
    position: relative;
    width: 100%;
}
.testimonials__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease-in-out;
}
.testimonials__slide.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
}
.testimonials__card {
    position: relative;
    padding: 2.5rem 2rem;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 20px 0 20px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}
@media (max-width: 767px) {
    .testimonials__card {
        padding: 2rem 1.5rem;
    }
}
.testimonials__card::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -6px;
    bottom: -6px;
    left: 6px;
    border-radius: 20px 0 20px 0;
    background: conic-gradient(from var(--gradient-angle), #964069, #1b4692, #964069, #1b4692, #964069);
    animation: rotateGradient 8s linear infinite;
}
.testimonials__card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px 0 15px 0;
    background-color: white;
}
.testimonials__card > * {
    position: relative;
    z-index: 1;
}
.testimonials__quote {
    font-size: clamp(0.95rem, 0.9rem + 0.3vw, 1.0625rem);
    line-height: 1.6;
    color: #121212;
    margin: 0 0 1.5rem 0;
    font-style: italic;
    font-weight: 500;
}
.testimonials__quote::before {
    content: "“";
    font-size: 3rem;
    line-height: 0;
    vertical-align: -0.4em;
    margin-right: 0.25rem;
    color: #964069;
    font-family: Georgia, serif;
}
.testimonials__attribution {
    font-size: clamp(0.875rem, 0.85rem + 0.2vw, 1rem);
    font-weight: 700;
    color: #1b4692;
    margin: 0;
    line-height: 1.4;
}
.testimonials__dots {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 2rem;
}
@media (max-width: 767px) {
    .testimonials__dots {
        margin-top: 1.5rem;
        gap: 0.5rem;
    }
}
.testimonials__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}
.testimonials__dot:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.2);
}
.testimonials__dot.active {
    background-color: #964069;
    border-color: #964069;
    transform: scale(1.3);
}

/* Ways to Buy
==================================================*/
.ways-to-buy h3[id*="h3Header"],
.ways-to-buy h3[id*="h3Intro"],
.ways-to-buy p.sub-head {
    text-align: center;
}
.ways-to-buy p.sub-head {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.ways-to-buy__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
}
@media (max-width: 1200px) {
    .ways-to-buy__cards {
        gap: 2rem;
    }
}
@media (max-width: 991px) {
    .ways-to-buy__cards {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
.ways-to-buy__card {
    position: relative;
    border: 1px solid #121212;
    padding: 3rem;
    background-color: #f0f0f0;
}
.ways-to-buy__card::after {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 18rem;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -5rem;
    transform: translateY(-50%);
    color: #1b4692;
}
@media (max-width: 1200px) {
    .ways-to-buy__card::after {
        display: none;
    }
}
.ways-to-buy__card:nth-child(1)::after {
    content: "1";
}
.ways-to-buy__card:nth-child(2)::after {
    content: "2";
}
.ways-to-buy__card h4 {
    margin-bottom: 0.5rem;
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
    font-weight: 800;
}
.ways-to-buy__card p strong {
    color: #1b4692;
}

/* Starting Point
==================================================*/
.starting-point {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .starting-point {
        padding: 40px 20px;
    }
}
.starting-point h3[id*="h3Header"],
.starting-point h3[id*="h3Intro"],
.starting-point p.sub-head {
    text-align: center;
}
.starting-point {
    background-color: #f0f0f0;
    overflow: hidden;
}
.starting-point h3[id*="h3Header"] {
    margin-top: 0 !important;
    font-weight: 900;
    color: #1b4692;
}
.starting-point .summary {
    max-width: 1366px;
    margin: 0 auto;
}
.starting-point p.sub-head {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.starting-point__items {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 2rem auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
}
@media (max-width: 1200px) {
    .starting-point__items {
        gap: 1rem;
    }
}
.starting-point__items::after {
    content: "\f144";
    position: absolute;
    left: -105%;
    top: 42.5%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 65rem;
    background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
    .starting-point__items::after {
        display: none;
    }
}
.starting-point__item h4 {
    margin-bottom: 0.25rem;
    font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
    font-weight: 800;
    color: #121212;
}
.starting-point__item:nth-child(1),
.starting-point__item:nth-child(6) {
    margin-left: 3rem;
}
.starting-point__item:nth-child(2),
.starting-point__item:nth-child(5) {
    margin-left: 6rem;
}
.starting-point__item:nth-child(3),
.starting-point__item:nth-child(4) {
    margin-left: 9rem;
}
@media (max-width: 1200px) {
    .starting-point__item {
        margin-left: 3rem !important;
        position: relative;
    }
    .starting-point__item::after {
        content: "";
        position: absolute;
        left: -1.5rem;
        top: 7.5px;
        width: 10px;
        height: 10px;
        background-color: #1b4692;
        border-radius: 50%;
    }
}
.starting-point p:last-of-type {
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 500;
    font-style: italic;
    color: #393e41;
}

/* Get Started
==================================================*/
/* Features
==================================================*/
.features h3[id*="h3Header"],
.features h3[id*="h3Intro"],
.features p.sub-head {
    text-align: center;
}
.features {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .features {
        padding: 40px 20px;
    }
}
.features {
    background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
}
.features h3[id*="h3Header"] {
    margin-bottom: 2.5rem !important;
    color: #fff;
}
.features .summary {
    max-width: 1366px;
    margin: 0 auto;
    max-width: 1440px;
}
.features__icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
@media (max-width: 1200px) {
    .features__icons {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
.features__icon {
    display: flex;
    justify-content: flex-start;
    gap: 1.5rem;
    border: 2px solid #f0f0f0;
    border-radius: 0.5rem;
    padding: 1.5rem;
    background-color: #fff;
}
.features__icon h4 {
    margin-bottom: 0.5rem;
    font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
    font-weight: 700;
}
.features__icon i {
    font-size: 5rem;
    background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
    .features.four-icons .features__icons {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* What You Get
==================================================*/
.what-you-get h3[id*="h3Header"],
.what-you-get h3[id*="h3Intro"],
.what-you-get p.sub-head {
    text-align: center;
}
.what-you-get h3[id*="h3Header"] {
    margin-bottom: 2.5rem !important;
}
.what-you-get ul {
    margin-top: 2rem;
    margin-left: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
@media (max-width: 991px) {
    .what-you-get ul {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
.what-you-get ul li {
    list-style-type: none;
    border: 1px solid #121212;
    border-top: 6px solid #1b4692;
    padding: 2.5rem;
    background-color: #f0f0f0;
    font-weight: 500;
}
.what-you-get ul li + li {
    margin-top: 0 !important;
}
.what-you-get ul li:nth-child(even) {
    border-top-color: #964069;
}
@media (min-width: 992px) {
    .what-you-get.three-items ul {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Choose Assessment
==================================================*/
.choose-assessment h3[id*="h3Header"],
.choose-assessment h3[id*="h3Intro"],
.choose-assessment p.sub-head {
    text-align: center;
}
.choose-assessment {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .choose-assessment {
        padding: 40px 20px;
    }
}
.choose-assessment {
    background-color: #f0f0f0;
}
@media (min-width: 992px) {
    .choose-assessment h3[id*="h3Header"] {
        margin: 0 auto;
        max-width: 50%;
    }
}
.choose-assessment p.sub-head {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.choose-assessment .summary {
    max-width: 1366px;
    margin: 0 auto;
    max-width: 1440px;
}
.choose-assessment__items {
    display: grid;
    grid-template-columns: repeat(6, auto);
    gap: 1rem;
}
@media (max-width: 1200px) {
    .choose-assessment__items {
        grid-template-columns: repeat(3, auto);
    }
}
@media (max-width: 767px) {
    .choose-assessment__items {
        grid-template-columns: 1fr 1fr;
    }
}
.choose-assessment__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    text-align: center;
    text-decoration: none !important;
    transform-origin: center;
    transition: 333ms transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    color: #121212;
    pointer-events: none;
}
.choose-assessment__item img {
    width: auto;
    height: 175px;
    margin: 0 auto;
}
.choose-assessment__item h4 {
    font-size: clamp(1rem, 0.9rem + 0.4vw, 1.125rem);
    font-weight: 700;
    color: inherit;
}

/* Who This Is For
==================================================*/
.this-is-for {
    max-width: 1200px !important;
}
.this-is-for h3 {
    margin-top: 0 !important;
    margin-bottom: 1.25rem !important;
    font-weight: 900;
    color: #1b4692;
}
@media (min-width: 992px) {
    .this-is-for .two-column {
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 4rem;
    }
}
.this-is-for__left img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    border-radius: 1rem;
    box-shadow: 0 3px 6px rgba(18, 18, 18, 0.125);
}
@media (max-width: 1200px) {
    .this-is-for__left img {
        max-width: 450px;
    }
}
@media (max-width: 991px) {
    .this-is-for__left img {
        max-width: unset;
    }
}
.this-is-for__right p.sub-head {
    margin-bottom: 1.5rem;
}
.this-is-for__right h4 {
    margin-bottom: 0.5rem;
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem); /* 18–28px */
    font-weight: 700;
    color: #1b4692;
}

/* Ready Form
==================================================*/
.ready-form h3[id*="h3Header"],
.ready-form h3[id*="h3Intro"],
.ready-form p.sub-head {
    text-align: center;
}
.ready-form {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .ready-form {
        padding: 40px 20px;
    }
}
.ready-form {
    background-color: rgba(27, 70, 146, 0.025);
}
.ready-form h3[id*="h3Header"] {
    margin-bottom: 2.5rem !important;
}
@media (min-width: 992px) {
    .ready-form .two-column {
        grid-template-columns: 1fr auto;
    }
}
.ready-form .summary {
    max-width: 1366px;
    margin: 0 auto;
    max-width: 1000px;
}
.ready-form .summary h4 {
    margin-bottom: 1rem;
    font-size: clamp(1.3rem, 0.9rem + 1.5vw, 2.2rem);
    font-weight: 800;
    color: #1b4692;
}
.ready-form .summary img {
    width: 100%;
    margin-top: 2.5rem;
    filter: brightness(1.1) grayscale(0.8);
}
@media (max-width: 991px) {
    .ready-form .summary img {
        display: none;
    }
}

/* How It Works Step #s
==================================================*/
.how-it-works-steps h3[id*="h3Header"],
.how-it-works-steps h3[id*="h3Intro"],
.how-it-works-steps p.sub-head {
    text-align: center;
}
.how-it-works-steps p.sub-head {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.how-it-works-steps .two-column {
    gap: 0;
}
.how-it-works-steps__item {
    border: 1px solid rgba(18, 18, 18, 0.125);
    padding: 3rem;
    background-color: rgba(27, 70, 146, 0.05);
}
.how-it-works-steps__item:nth-child(1) h4 {
    color: #1b4692;
}
.how-it-works-steps__item:nth-child(2) {
    background-color: rgba(240, 240, 240, 0.05);
}
@media (min-width: 992px) {
    .how-it-works-steps__item:nth-child(2) {
        border-left: 0;
    }
}
@media (max-width: 991px) {
    .how-it-works-steps__item:nth-child(2) {
        border-top: 0;
    }
}
.how-it-works-steps__item:nth-child(2) h4 {
    color: #964069;
}
.how-it-works-steps__item h4 {
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
    font-weight: 800;
}
.how-it-works-steps__item h4 strong {
    display: block;
    margin: 0.33rem 0 1rem 0;
    font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
    font-weight: 600;
    color: #121212;
}
.how-it-works-steps__item p {
    font-weight: 500;
}

/* Featured Programs
==================================================*/
.featured-programs h3[id*="h3Header"],
.featured-programs h3[id*="h3Intro"],
.featured-programs p.sub-head {
    text-align: center;
}
.featured-programs {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .featured-programs {
        padding: 40px 20px;
    }
}
.featured-programs {
    background-color: rgba(150, 64, 105, 0.05);
}
.featured-programs h3[id*="h3Header"] {
    margin-bottom: 2.5rem !important;
}
.featured-programs .summary {
    max-width: 1366px;
    margin: 0 auto;
    max-width: 1000px;
}
.featured-programs__lists {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2rem;
}
@media (max-width: 767px) {
    .featured-programs__lists {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
.featured-programs__list h4 {
    margin-bottom: 0.5rem;
    font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
    font-weight: 700;
}
.featured-programs__list ul li {
    margin-left: 0.75rem;
    padding-left: 0.75rem;
}
.featured-programs__list ul li::marker {
    font-size: 1.5rem;
    align-content: center;
    color: #964069;
}
.featured-programs__list ul + h4 {
    margin-top: 2rem;
}
@media (max-width: 767px) {
    .featured-programs__list ul + h4 {
        margin-top: 1rem;
    }
}

/* Advisor Can Help
==================================================*/
.advisor-can-help h3[id*="h3Header"],
.advisor-can-help h3[id*="h3Intro"],
.advisor-can-help p.sub-head,
.what-you-enable h3[id*="h3Header"],
.what-you-enable h3[id*="h3Intro"],
.what-you-enable p.sub-head {
    text-align: center;
}
.advisor-can-help,
.what-you-enable {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .advisor-can-help,
    .what-you-enable {
        padding: 40px 20px;
    }
}
.advisor-can-help,
.what-you-enable {
    background-color: rgba(150, 64, 105, 0.05);
}
.advisor-can-help h3[id*="h3Header"],
.what-you-enable h3[id*="h3Header"] {
    margin-bottom: 2.5rem !important;
}
.advisor-can-help .summary,
.what-you-enable .summary {
    max-width: 1366px;
    margin: 0 auto;
    max-width: 1100px;
}
.advisor-can-help h4,
.what-you-enable h4 {
    margin-bottom: 0.5rem;
    font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
    font-weight: 700;
}
.advisor-can-help h4 + ul,
.what-you-enable h4 + ul {
    margin-left: 1.5rem !important;
}
.advisor-can-help ul,
.what-you-enable ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1rem 3rem;
}
@media (min-width: 992px) {
    .advisor-can-help ul,
    .what-you-enable ul {
        margin-left: 0 !important;
    }
}
@media (max-width: 767px) {
    .advisor-can-help ul,
    .what-you-enable ul {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}
.advisor-can-help ul li,
.what-you-enable ul li {
    margin-left: 0.75rem;
    padding-left: 0.75rem;
}
.advisor-can-help ul li + li,
.what-you-enable ul li + li {
    margin-top: 0 !important;
}
.advisor-can-help ul li::marker,
.what-you-enable ul li::marker {
    font-size: 1.5rem;
    align-content: center;
    color: #964069;
}

/* Course Catalog, Advisors Assigned & Plug TDWI
==================================================*/
.course-catalog {
    background-color: #f0f0f0;
    overflow: hidden;
}
.course-catalog:hover img {
    filter: grayscale(0);
    transform: scale(1.025);
}
.course-catalog h3 {
    margin-top: 0;
    margin-bottom: 2rem !important;
    font-weight: 900;
}
.course-catalog .two-column {
    place-items: center;
}
@media (max-width: 991px) {
    .course-catalog .two-column {
        gap: 0rem;
    }
}
.course-catalog__text {
    width: 65%;
    padding: 2rem;
    margin-left: auto;
}
@media (max-width: 1440px) {
    .course-catalog__text {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .course-catalog__text {
        padding: 40px 20px;
    }
}
.course-catalog__text .btn {
    margin-top: 2rem;
}
.course-catalog img {
    width: 100%;
    height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
    transition:
        500ms filter ease-in-out,
        500ms transform ease-in-out;
    filter: grayscale(1);
    transform-origin: left center;
}
@media (max-width: 991px) {
    .course-catalog img {
        display: none;
        height: auto;
        -o-object-fit: unset;
        object-fit: unset;
    }
}

/* Course Catalog, Advisors Assigned & Plug TDWI
==================================================*/
.advisors-assigned,
.plug-tdwi,
.how-it-works {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .advisors-assigned,
    .plug-tdwi,
    .how-it-works {
        padding: 40px 20px;
    }
}
.advisors-assigned,
.plug-tdwi,
.how-it-works {
    background-color: #f0f0f0;
}
.advisors-assigned h3,
.plug-tdwi h3,
.how-it-works h3 {
    margin-top: 0;
    margin-bottom: 2rem !important;
    font-weight: 900;
}
.advisors-assigned .summary,
.plug-tdwi .summary,
.how-it-works .summary {
    max-width: 1366px;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .advisors-assigned .two-column,
    .plug-tdwi .two-column,
    .how-it-works .two-column {
        grid-template-columns: 1fr auto;
        place-items: center;
    }
}
.advisors-assigned .two-column i,
.plug-tdwi .two-column i,
.how-it-works .two-column i {
    font-size: 18rem;
    background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
    .advisors-assigned .two-column i,
    .plug-tdwi .two-column i,
    .how-it-works .two-column i {
        font-size: 12rem;
    }
}
@media (max-width: 991px) {
    .advisors-assigned .two-column i,
    .plug-tdwi .two-column i,
    .how-it-works .two-column i {
        font-size: 6rem;
        text-align: center;
    }
}

.how-it-works .summary {
    max-width: 1100px;
}
@media (min-width: 992px) {
    .how-it-works .two-column {
        grid-template-columns: auto auto;
        gap: 0;
    }
}

/* Top Quality
==================================================*/
.top-quality h3[id*="h3Header"],
.top-quality h3[id*="h3Intro"],
.top-quality p.sub-head {
    text-align: center;
}
.top-quality {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .top-quality {
        padding: 40px 20px;
    }
}
.top-quality {
    background-color: rgba(150, 64, 105, 0.05);
}
.top-quality h3[id*="h3Header"] {
    margin-bottom: 2.5rem !important;
}
@media (min-width: 992px) {
    .top-quality .two-column {
        grid-template-columns: auto auto;
    }
}
.top-quality .summary {
    max-width: 1366px;
    margin: 0 auto;
    max-width: 1000px;
}
.top-quality__stars {
    font-size: clamp(1.3rem, 0.9rem + 1.5vw, 2.2rem);
    background: linear-gradient(135deg, #f6d365 0%, #d4a017 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.top-quality__text h4 {
    margin-bottom: 1.25rem;
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
    font-weight: 700;
    color: #121212;
}
.top-quality__text p {
    font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
    font-weight: 500;
    color: #393e41;
}

/* Client List
==================================================*/
.client-list h3[id*="h3Header"],
.client-list h3[id*="h3Intro"],
.client-list p.sub-head {
    text-align: center;
}
.client-list {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .client-list {
        padding: 40px 20px;
    }
}
.client-list {
    background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
}
.client-list .summary {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 333px);
    gap: 1rem;
    align-items: start;
}
@media (max-width: 991px) {
    .client-list .summary {
        grid-template-columns: 1fr;
    }
}
.client-list .summary > .client-key {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    position: sticky;
    top: 105px;
    border-radius: 0.5rem;
    border: 1px solid rgba(18, 18, 18, 0.125);
    padding: 1.25rem;
    background-color: #fff;
}
@media (max-width: 991px) {
    .client-list .summary > .client-key {
        display: none;
    }
}
.client-list .summary > .client-key ul {
    margin: 0 !important;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.25rem;
    max-height: 50vh;
    overflow-y: auto;
}
.client-list .summary > .client-key ul li {
    list-style-type: disc;
    margin-left: 1rem;
}
.client-list .summary > .client-key ul li + li {
    margin-top: 0 !important;
}
.client-list .summary > .client-key ul li a {
    font-weight: 700;
    font-size: clamp(0.7778rem, 0.7rem + 0.3111vw, 0.875rem);
    color: #1b4692;
    text-decoration: none !important;
}
.client-list .summary > .client-key ul li a:hover {
    text-decoration: underline !important;
}
.client-list .summary > ul {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 0 !important;
    gap: 1rem;
}
.client-list .summary > ul > li {
    border-radius: 0.5rem;
    border: 1px solid rgba(18, 18, 18, 0.125);
    padding: 2rem;
    background-color: #fff;
    list-style-type: none;
}
.client-list .summary > ul > li + li {
    margin-top: 0 !important;
}
.client-list .summary > ul > li h4 {
    margin-bottom: 0.5rem;
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
    font-weight: 700;
    color: #1b4692;
}
.client-list .summary > ul > li ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 0 !important;
    gap: 0.5rem 1rem;
}
@media (max-width: 767px) {
    .client-list .summary > ul > li ul {
        grid-template-columns: 1fr;
    }
}
.client-list .summary > ul > li ul li {
    list-style-type: none;
    font-weight: 500;
    color: #393e41;
}
.client-list .summary > ul > li ul li::marker {
    color: #1b4692;
}
.client-list .summary > ul > li ul li + li {
    margin-top: 0 !important;
}

/* Training Course
==================================================*/
#level0 {
    padding-top: 0 !important;
}
#level0 #sessions h4[id*="SessionName"],
#level0 #sessions h4[id*="SessionName"] a {
    margin-top: 0 !important;
    margin-bottom: 1rem;
    font-size: clamp(1.6rem, 1rem + 2vw, 2.75rem);
    font-weight: 900;
    color: #121212;
}
#level0 #sessions .duration,
#level0 #sessions .type,
#level0 #sessions .prereq {
    font-size: 1.25rem;
}
#level0 #sessions .duration {
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #1b4692;
}
#level0 #sessions .type,
#level0 #sessions .prereq {
    font-weight: 500;
    color: #121212;
}
#level0 #sessions .prereq {
    margin-top: 0.25rem !important;
}
#level0 #sessions .dl_btn {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.625rem 1.25rem;
    border-radius: 0.5rem;
    text-decoration: none;
    line-height: normal !important;
    cursor: pointer;
    transition:
        background-color 500ms ease-in-out,
        color 500ms ease-in-out;
    background-color: #1b4692;
    color: #fff;
}
#level0 #sessions .dl_btn::before {
    content: "\f56d";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-size: inherit;
    font-weight: 900;
    margin-right: 0.75em;
    color: inherit;
}
#level0 #sessions .dl_btn:hover {
    background-color: rgb(23.0202312139, 59.6820809249, 124.4797687861);
}
#level0 #sessions p:not(.sub-head) {
    text-wrap: wrap;
}
@supports (text-wrap: pretty) {
    #level0 #sessions p:not(.sub-head) {
        text-wrap: pretty;
    }
}
#level0 #sessions p:not(.sub-head) + p {
    margin-top: 0.75rem;
}
#level0 #sessions h4 {
    margin: 1.5rem 0 1rem;
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
    font-weight: 700;
}
#level0 #sessions ul li {
    margin-left: 0.75rem;
    padding-left: 0.75rem;
}
#level0 #sessions ul li::marker {
    color: #1b4692;
}
#level0 #sessions ul + p {
    margin-top: 0.75rem;
}

/* Course Catalog
==================================================*/
.course-intro {
    padding-bottom: 2.5rem !important;
}

.course-list-layout {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
    gap: 1rem;
    align-items: start;
}
@media (max-width: 991px) {
    .course-list-layout {
        grid-template-columns: 1fr;
    }
}
.course-list-layout__content {
    display: grid;
    gap: 1rem;
}
.course-list-layout > .course-key {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    position: sticky;
    top: 105px;
    border-radius: 0.5rem;
    border: 1px solid rgba(18, 18, 18, 0.125);
    padding: 1.25rem;
    background-color: #f0f0f0;
}
@media (max-width: 991px) {
    .course-list-layout > .course-key {
        display: none;
    }
}
.course-list-layout > .course-key ul {
    margin: 0 !important;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.25rem;
    max-height: 50vh;
    overflow-y: auto;
}
.course-list-layout > .course-key ul li {
    list-style-type: disc;
    margin-left: 1rem;
}
.course-list-layout > .course-key ul li::marker {
    color: #1b4692;
}
.course-list-layout > .course-key ul li + li {
    margin-top: 0 !important;
}
.course-list-layout > .course-key ul li a {
    font-weight: 700;
    font-size: clamp(0.7778rem, 0.7rem + 0.3111vw, 0.875rem);
    color: #121212;
    text-decoration: none !important;
}
.course-list-layout > .course-key ul li a:hover {
    text-decoration: underline !important;
}

.course-list {
    border-radius: 0.5rem;
    border: 1px solid rgba(18, 18, 18, 0.125);
    padding: 2rem !important;
    background-color: #f0f0f0;
}
.course-list h3[id*="h3Header"] {
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
    font-weight: 700;
}
.course-list h3[id*="h3Header"] i {
    margin-right: 1rem;
    background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.course-list ul {
    margin-left: 0.75rem !important;
}
.course-list ul li {
    margin-left: 0.75rem;
    padding-left: 0.75rem;
}
.course-list ul li::marker {
    color: #1b4692;
}
.course-list ul li a {
    font-weight: 500;
    color: #393e41 !important;
}

.last-course-list {
    margin-bottom: 80px !important;
}

/* Ways to Engage
==================================================*/
.ways-to-engage h3[id*="h3Header"],
.ways-to-engage h3[id*="h3Intro"],
.ways-to-engage p.sub-head {
    text-align: center;
}
.ways-to-engage {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .ways-to-engage {
        padding: 40px 20px;
    }
}
.ways-to-engage {
    background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
}
.ways-to-engage h3[id*="h3Header"] {
    color: #fff;
}
.ways-to-engage p.sub-head {
    margin-top: 1rem;
    margin-bottom: 3rem;
    color: #f0f0f0;
}
.ways-to-engage .summary {
    max-width: 1366px;
    margin: 0 auto;
    max-width: 1440px;
}
.ways-to-engage .summary .two-column {
    border: 1px solid rgba(18, 18, 18, 0.125);
    border-radius: 0.5rem;
    background-color: #f0f0f0;
    padding: 1rem;
}
@media (min-width: 992px) {
    .ways-to-engage .summary .two-column {
        gap: 0;
    }
}
.ways-to-engage__left,
.ways-to-engage__right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
}
@media (max-width: 991px) {
    .ways-to-engage__left,
    .ways-to-engage__right {
        gap: 1rem;
    }
}
.ways-to-engage__right {
    padding: 2rem;
    background-color: #fff;
    border-radius: 0.25rem;
}
.ways-to-engage__right h3 {
    padding: 0.5rem 1rem;
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
    font-weight: 800;
    color: #fff;
    background-color: #1b4692;
}
@media (min-width: 992px) {
    .ways-to-engage__right h3 {
        margin-bottom: -0.5rem;
    }
}
.ways-to-engage h4 {
    margin-bottom: 0.5rem;
    font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
    font-weight: 700;
} /*# sourceMappingURL=training-styles_dev.css.map */
